var encoding/asn1.rawContentsType
4 uses
encoding/asn1 (current package)
asn1.go#L665: rawContentsType = reflect.TypeOf(RawContent(nil))
asn1.go#L927: structType.Field(0).Type == rawContentsType {
asn1.go#L935: if i == 0 && field.Type == rawContentsType {
marshal.go#L505: if t.Field(0).Type == rawContentsType {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |